home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / wais / x / display.h < prev    next >
C/C++ Source or Header  |  1995-05-09  |  448b  |  21 lines

  1. /* WIDE AREA INFORMATION SERVER SOFTWARE:
  2.    No guarantees or restrictions.  See the readme file for the full standard
  3.    disclaimer.
  4.  
  5.    This is part of the shell user-interface for the WAIS software.  Do with it
  6.    as you please.
  7.  
  8.    jonathan@Think.COM
  9.  *
  10.  * $Log:    display.h,v $
  11.  * Revision 1.2  92/03/17  14:23:29  jonathan
  12.  * Initial Revision
  13.  * 
  14.  */
  15.  
  16. #ifndef _H_DISPLAY
  17. #define _H_DISPLAY
  18. Widget SetupWaisDisplay _AP((Widget parent));
  19. #endif
  20.  
  21.